type net/http.http2Transport
31 uses
net/http (current package)
client.go#L332: case *http2Transport, http2noDialH2RoundTripper:
h2_bundle.go#L764: t *http2Transport
h2_bundle.go#L882: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c net.Conn) (used bool, err error) {
h2_bundle.go#L918: func (c *http2addConnCall) run(t *http2Transport, key string, nc net.Conn) {
h2_bundle.go#L1087: func http2configFromTransport(h2 *http2Transport) http2http2Config {
h2_bundle.go#L7357: type http2Transport struct {
h2_bundle.go#L7489: func (t *http2Transport) maxHeaderListSize() uint32 {
h2_bundle.go#L7506: func (t *http2Transport) disableCompression() bool {
h2_bundle.go#L7522: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L7526: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L7528: t2 := &http2Transport{
h2_bundle.go#L7582: type http2unencryptedTransport http2Transport
h2_bundle.go#L7585: return (*http2Transport)(t).RoundTripOpt(req, http2RoundTripOpt{allowHTTP: true})
h2_bundle.go#L7588: func (t *http2Transport) connPool() http2ClientConnPool {
h2_bundle.go#L7593: func (t *http2Transport) initConnPool() {
h2_bundle.go#L7604: t *http2Transport
h2_bundle.go#L7851: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
h2_bundle.go#L7880: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
h2_bundle.go#L7951: func (t *http2Transport) CloseIdleConnections() {
h2_bundle.go#L8015: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
h2_bundle.go#L8030: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
h2_bundle.go#L8044: func (t *http2Transport) dialTLS(ctx context.Context, network, addr string, tlsCfg *tls.Config) (net.Conn, error) {
h2_bundle.go#L8067: func (t *http2Transport) disableKeepAlives() bool {
h2_bundle.go#L8071: func (t *http2Transport) expectContinueTimeout() time.Duration {
h2_bundle.go#L8078: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
h2_bundle.go#L8082: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool, internalStateHook func()) (*http2ClientConn, error) {
h2_bundle.go#L10389: func (t *http2Transport) vlogf(format string, args ...interface{}) {
h2_bundle.go#L10395: func (t *http2Transport) logf(format string, args ...interface{}) {
h2_bundle.go#L10557: type http2noDialH2RoundTripper struct{ *http2Transport }
h2_bundle.go#L10646: func (t *http2Transport) idleConnTimeout() time.Duration {
h2_bundle.go#L10725: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {